home *** CD-ROM | disk | FTP | other *** search
/ Effective Web Animation / Addison-Wesley-EffectiveWebAnimation-1999.bin / mac / BookFiles / Chapter 10 / tenpuzle.exe / scripts / DefineButton2_8 / BUTTONCONDACTION on(release)_8.as < prev    next >
Text File  |  1999-02-02  |  79b  |  7 lines

  1. on(release){
  2.    tellTarget("../three")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.